You can then start the build loop by typing runcruise.bat in a console window.
然后您可以通过在控制台窗口中输入runcruise . bat来启动构建循环。
The main loop runs until gtk_main_quit is called when the user closes the window.
主循环一直运行,直到用户关闭窗口,调用gtk_main _ quit时才结束。
The main loop enters an indefinite loop, waiting for events and calling callbacks, until someone calls gtk_main_quit() by closing the window.
主循环进入无限循环,等候事件并调用回调,直到有人关闭窗口,调用 gtk_main_quit() 为止。
应用推荐